projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae9add
)
Require code-pages.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 9 May 2004 15:01:17 +0000
(15:01 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 9 May 2004 15:01:17 +0000
(15:01 +0000)
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index 1ffab849406dcab5ecaedc9d41e5cdecaec2c91d..8e0283222bc2f61c97cc25448c044b02cdc7a8e0 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-77,6
+77,8
@@
(require 'select)
(require 'menu-bar)
(require 'x-dnd)
+(require 'code-pages)
+
;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
(if (fboundp 'new-fontset)
(require 'fontset))